From: Roland McGrath Date: Mon, 20 Sep 1993 20:02:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94308 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=82cb56fb146f2512bc267e77e09fe4db295dc274;p=emacs.git *** empty log message *** --- diff --git a/src/getloadavg.c b/src/getloadavg.c index b748c3a5ace..ad79231f671 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -69,10 +69,14 @@ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because getloadavg.c was found in $srcdir). */ + (which it would do because it found this file in $srcdir). */ #include +#else +#include "config.h" +#endif #endif